<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å³ä¾§æ&nbsp;-å“ç‰Œä¸“åŒº*/
.sidebar .header {
	height: 50px;
	border-bottom: 1px solid rgba(220,226,238,0.60);
}
.sidebar .header.nobdm {
	border-bottom: none;
}
.sidebar .brandList,
.sidebar .topicList,
.sidebar .videoList,
.sidebar .askList {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 1px 2px 0 rgba(221,221,221,0.50);
	margin-bottom: 20px;
}
.sidebar .brandList .header h3,
.sidebar .topicList .header h3,
.sidebar .videoList .header h3,
.sidebar .askList .header h3 {
	font-size: 16px;
	line-height: 50px;
	padding-left: 20px;
	float: left;
}
.sidebar .brandList .header .more {
	color: #3B6AFB;
	font-size: 12px;
	line-height: 50px;
	float: right;
	margin-right: 20px;
	background: url("../img/svg/arrow.svg") no-repeat right center;
	background-size: 6px 10px;
	padding-right: 10px;
}
.sidebar .brandList .brandBox {
	padding-bottom: 20px;
}
.sidebar .brandList .brandOne {
	width: 32%;
	display: inline-block;
	margin-top: 3px;
}
.sidebar .brandList .brandOne .bb {
	width: 82px;
	height: 60px;
	margin: 10px auto 0;
	border-radius: 2px;
	cursor: pointer;
}
.sidebar .brandList .brandOne .bb.act{
	box-shadow: 0 2px 10px 0 rgba(98,137,255,0.23);
}
.sidebar .brandList .brandOne .bb img {
	display: block;
	width: 76px;
	margin: 0 auto;
}
.sidebar .brandList .brandOne .bb span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #4A4A53;
}
/*å³ä¾§æ&nbsp;-è¯é¢˜åˆ†ç±»*/
.sidebar .topicList .topicBox,
.sidebar .videoTypeList,
.sidebar .askList {
	font-size: 0;
}
.sidebar .topicList .topicBox li,
.sidebar .videoTypeList li,
.sidebar .askList li {
	font-size: 14px;
	color: #4A4A53;
	display: inline-block;
	width: 148px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid rgba(220,226,238,0.60);
	border-right: 1px solid rgba(220,226,238,0.60);
}
.sidebar .topicList .topicBox li {
	border-top: 1px solid rgba(220,226,238,0.60);
	border-bottom: none;
}
.sidebar a {
	color: #4A4A53;
}
.sidebar a:hover {
	color: #3B6AFB;
}
.sidebar .topicList .topicBox li.act,
.sidebar .videoTypeList li.act,
.sidebar .askList li.act {
	color: #3B6AFB;
}
.sidebar .topicList .topicBox li:nth-of-type(2n),
.sidebar .videoTypeList li:nth-of-type(2n) {
	border-right: none;
}
.sidebar .topicList .topicBox li:last-of-type {
	border-bottom: none;
}
/*å³ä¾§æ&nbsp;-è§†é¢‘*/
.sidebar .videoList .videoBox {
	padding-left: 20px;
}
.sidebar .videoList .videoBox .videoOne {
	padding: 18px 20px 12px 0;
}
.sidebar .videoList .videoOne {
	border-bottom: 1px solid #DCE2EE;
}
.sidebar .videoList .videoOne:last-of-type {
	border-bottom: none;
}
.sidebar .videoList .videoOne .imgBox {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 60px;
	background: #DEDEDE;
}
.sidebar .videoList .videoOne .imgBox .poster {
	display: block;
	width: 90px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sidebar .videoList .videoOne .imgBox .playBtn {
	position: absolute;
	width: 22px;
	top: 19px;
	left: 34px;
}
.sidebar .videoList .videoOne .info {
	width: 154px;
	float: right;
}
.sidebar .videoList .videoOne .info h3 {
	font-size: 14px;
	color: #4A4A53;
}
.sidebar .videoList .videoOne .info .user {
	height: 14px;
	margin-top: 8px;
}
.sidebar .videoList .videoOne .info .user .avatar {
	width: 14px;
	height: 14px;
	border-radius: 7px;
	float: left;
}
.sidebar .videoList .videoOne .info .user .name {
	font-size: 10px;
	-webkit-transform: scale(0.75);
	color: #6A6A77;
	line-height: 14px;
}
.sidebar .videoList .videoOne .info .user .date {
	font-size: 10px;
	-webkit-transform: scale(0.75);
	color: #9EA4AF;
	line-height: 14px;
}
.sidebar .videoTypeList {
	border-top: 1px solid #DCE2EE;
}
</pre></body></html>